projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa2c7e
)
ci: Update the configuration options
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 1 Mar 2018 10:08:27 +0000
(17:08 +0700)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 1 Mar 2018 10:08:27 +0000
(17:08 +0700)
The options were renamed in commit
7b32900c5574
.
.gitlab-ci/test-docker.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-docker.sh
b/.gitlab-ci/test-docker.sh
index 2ba308c8c608184777bf511ee2618aeed48f2d0f..dcac0a0c46ae82f64eed662f1893f1855b1c5fc0 100755
(executable)
--- a/
.gitlab-ci/test-docker.sh
+++ b/
.gitlab-ci/test-docker.sh
@@
-2,10
+2,17
@@
set -e
-pwd
-meson -Denable-x11-backend=true -Denable-wayland-backend=true \
- -Denable-broadway-backend=true -Denable-vulkan=yes _build_full
-cd _build_full
+srcdir=$(pwd)
+
+meson \
+ -Dx11-backend=true \
+ -Dwayland-backend=true \
+ -Dbroadway-backend=true \
+ -Dvulkan=yes \
+ _build $srcdir
+
+cd _build
+
ninja
xvfb-run -a -s "-screen 0 1024x768x24" \